* Makefile.am: ensure that the "w3m must be available" message is
properly displayed: dist-hook is only called after builddir is filled.
svn path=/trunk/; revision=340
+2008-06-16 Sam Hocevar <sam@zoy.org>
+
+ * Makefile.am: ensure that the "w3m must be available" message is
+ properly displayed: dist-hook is only called after builddir is filled.
+
2008-06-13 Øyvind Kolås <pippin@gimp.org>
* extensions/frequency.c: added dummy model "frequency" and dummy
if HAVE_W3M
-dist-check-w3m:
-
README: all docs/index.html
$(W3M) -cols 72 -dump docs/index.html > $@
else
-dist-check-w3m:
+README:
@echo "*** w3m must be available in order to make dist"
@false
endif
rm -f $(BUILT_EXTRA_DIST); \
fi
-dist-hook: dist-check-w3m